projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d29152
)
(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 06:08:33 +0000
(06:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 06:08:33 +0000
(06:08 +0000)
src/s/hpux8.h
patch
|
blob
|
history
diff --git
a/src/s/hpux8.h
b/src/s/hpux8.h
index 45fb9b9456d00ac32ab0092aa6bc5937691a5ba6..feb05dcf251fd0428641ed229bc9dee4a2c8baf3 100644
(file)
--- a/
src/s/hpux8.h
+++ b/
src/s/hpux8.h
@@
-23,8
+23,12
@@
/* No need to specify roundabout way of linking temacs. */
#define ORDINARY_LINK
#else
+#if defined(hp9000s700) || defined(__hp9000s700)
+#define LD_SWITCH_SYSTEM -a archive -L/lib/pa1.1
+#else
#define LD_SWITCH_SYSTEM -a archive
#endif
+#endif
#if 0 /* This should no longer be necessary now that
C_SWITCH_... are passed down when compiling oldXMenu. */